testing.common.Failed (method, view implemented interface methods)

9 uses

	testing (current package)
		benchmark.go#L981: 	if n.Load() <= uint64(b.N) && !b.Failed() {
		fuzz.go#L348: 		return !t.Failed()
		fuzz.go#L420: 	if f.Failed() {
		fuzz.go#L542: 				ok = ok && !f.Failed()
		fuzz.go#L654: 		if f.Failed() {
		testing.go#L966: func (c *common) Failed() bool {
		testing.go#L1785: 		if t.Failed() {
		testing.go#L2392: 	if t.Failed() {
		testing.go#L2485: 			ok = ok && !t.Failed()